Update build scripts, CI workflow, and Docker configurations#18
Merged
Update build scripts, CI workflow, and Docker configurations#18
Conversation
Updated JDK versions in the GitHub Actions workflow matrix to the latest stable builds. Also aligned the Dockerfile documentation with the updated JDK and Android versions for consistency.
Updated the NDK version in the CI workflow, Dockerfile, and README to 27.2.12479018 for consistency and alignment with the latest supported version. This ensures compatibility and reflects the current setup across the project.
Upgraded the CMake version from 3.22.1 to 3.31.1 in the CI workflow, Dockerfile, and README documentation. This ensures consistency across configurations and aligns with the latest dependency requirements.
Disabled provenance and SBOM generation for pull request events to optimize the workflow. These features remain enabled for other event types to ensure security and compliance.
Switch to a non-root user in the Dockerfile to enhance container security. This reduces the risk of privilege escalation and aligns with best practices.
The `--verbose` flag allows more detailed output during the Docker build process by setting progress to plain mode. This enhances debugging and provides greater visibility into the build steps when needed. The default behavior remains unchanged if the flag is not used.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This pull request includes several updates to improve the build process, CI workflow, and Docker configurations:
--verboseflag to the build script for enhanced debugging by enabling detailed output during the Docker build process.